home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be003.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  322 b   |  14 lines

  1. on exitFrame
  2.   set LastTick to the ticks
  3.   repeat while the width of sprite 3 < 400
  4.     set x to 5.29999999999999982 * (the ticks - LastTick)
  5.     set the width of sprite 3 to the width of sprite 3 + x
  6.     set the height of sprite 3 to the height of sprite 3 + x
  7.     updateStage()
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   go(75)
  13. end
  14.